home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / neuron.zip / FORYOU.TXT < prev    next >
Text File  |  1992-07-06  |  1KB  |  29 lines

  1. ***************************************************************************
  2.                              FOR YOU TO DO
  3. ***************************************************************************
  4.  
  5. This is what I invite you to do.
  6.         You should define a 'caracter' composed of 35 pixels (0 or 1) in a 
  7. 'float' array, and sent it to the input of the network, using the function 
  8. 'network_state(network ,input)'. you can then analyse the output with 
  9. 'print_results(network)'.
  10.         Such a procedure is executed in 'network.c'. A deformed 'V' is defined 
  11. and sent to the network. You can then see that the network identifies clearly 
  12. that caracter.
  13.  
  14. Procedure to follow:
  15. -------------------
  16.  
  17. * Compile 'network.c' if not already done. Execute it.
  18. * Make the network learn a capital alphabet. You can demand a 10%, 8% and 
  19.        5% error level, saving the network on disk between each learning 
  20.        session.
  21. * Try to identify an unknown caracter, such as the deformed 'V' defined 
  22.        in 'network.c'.
  23.  
  24.         What can be done more seriously is a program that enables you to drawa 
  25. caracter on screen, process the caracter picture and send it to the network. It 
  26. has been done very successfully on a PC compatible in June 1992. Your computer 
  27. can then read !!
  28.         The intelligent computer is not so far away...
  29.